cellarea: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 16:12:15 +0000 (12:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 18:27:45 +0000 (14:27 -0400)
Remove an occurrence of size-allocate in a comment.

gtk/gtkcellarea.c

index a4351d14c3aafe107fdb5a997edf6248bde6bc16..3f743c84e7502370096bc63d35fcc8d5271241b3 100644 (file)
  * give every row its minimum or natural height or, if the model content
  * is expected to fit inside the layouting widget without scrolling, it
  * would make sense to calculate the allocation for each row at
- * #GtkWidget::size-allocate time using gtk_distribute_natural_allocation().
+ * the time the widget is allocated using gtk_distribute_natural_allocation().
  *
  * # Handling Events and Driving Keyboard Focus
  *